home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / Remind1.52 / History next >
Text File  |  1996-09-26  |  6KB  |  124 lines

  1. $HIS
  2. ;
  3. ;   Version 1.0 - 28th May 1994
  4. ;     Initial prototype. Badly coded and eventually discarded
  5. ;
  6. ;   Version 1.1 - 10th June 1994
  7. ;     Redesigned project. 
  8. ;     Split main window into seperate windows
  9. ;
  10. ;   Version 1.11- 27th June 1994
  11. ;     - The year number gadget in "Add New Note" always returned 0, see new.c
  12. ;     - Added the Amend function.
  13. ;     - Added comfirm quit from Double run of Commodity
  14. ;
  15. ;   Version 1.2 - 5th July 1994
  16. ;     - Prenotes can now be added to all types of notes.
  17. ;     - Amend function was re-written making it now code efficient and
  18. ;       also can be activated by double clicking on a note
  19. ;     - Prenotes are now "attached" to the parent note, so when the parent
  20. ;       note is amended/deleted so are the prenotes.
  21. ;     - New note type "Relative" added. (See documents)
  22. ;     - Some memory was not being returned to the system for some "Previous"
  23. ;       notes. Now fixed.
  24. ;     - A previous note is now not created when a prenote expires.
  25. ;     - A space was added in the prenote between the date and the note text!
  26. ;     - A lot of code was re-written to be more efficient and cleaner! If you
  27. ;       could see the source code it is now much clearer, (less headaches for
  28. ;       me)
  29. ;     - Changing the period for the Within list made all deleted messages
  30. ;       reappear. Now fixed.
  31. ;     - The Freeze window until ready part never worked. Strange, it used to.
  32. ;     - Any of the prefs options could be set to a negative number. This used
  33. ;       to cause a lot of problems. Now fixed.
  34. ;     - If the prefs filename was set to blank then the prefs would be loaded
  35. ;       incorrectly the next time, and the data file would go walk about.
  36. ;
  37. ;  Version 1.3 - 15th July 1994
  38. ;     - Added font adaptability. 
  39. ;     - Included a size gadget. (Not as simple as it seems!)
  40. ;     - The window size is now saved with a preference save.
  41. ;     - Added a time feature. Each message can now be time stamped.
  42. ;     - Messages for today can be displayed individually on startup.
  43. ;
  44. ;  Version 1.31 - 20th July 1994
  45. ;     - Changing the type of the note in Create/Amend used to erase Prenote
  46. ;       value currently stored. Now it doesn't.
  47. ;     - The Create/Amend window has been rearranged.
  48. ;     - Added the execute command option for a message.
  49. ;
  50. ;  Version 1.32 - 26th July 1994
  51. ;     -  Using NTSC Hi-res laced screens with certain system fonts gave
  52. ;        some trouble and Remind couldn't create the gadgets in the window.
  53. ;        This has now been fixed.
  54. ;     -  In some resolutions the Create note screen had some gadgets touching.
  55. ;        These have been slightly moved.
  56. ;     -  The time format can be selected as 24hour or am/pm
  57. ;     -  The messages are now ordered in time of day as well as date.
  58. ;     -  Linked with utility.library for slightly smaller and faster code
  59. ;     -  External commands now executed with dos.library/Execute() for better
  60. ;        compatability.
  61. ;
  62. ;
  63. ;  Version 1.4 - 15th August 1994
  64. ;     - The minimum size of the window has been reduced. So now the 
  65. ;       main window can become smaller.
  66. ;     - Yet more problems with Resize and Fonts solved.
  67. ;     - Midnight was being shown as 12:00PM!
  68. ;     - Todays date and time have been added to the main window.
  69. ;     - Added date and time to todays messages.
  70. ;     - Added option to ignore all messages for today on startup.
  71. ;     - Midnight support has now been added. If Remind is running and 
  72. ;       midnight occurrs the display is changed and the current database
  73. ;       is saved indicating use of Remind for the next day. The 
  74. ;       implementation is a bit rough and improvement suggestions would
  75. ;       be appriciated.
  76. ;     - The timer routines have been rewritten, the old versions have caused
  77. ;       crashing on my system.
  78. ;     - The slider values for the day/month sliders in Add/Amend note now 
  79. ;       have the slider values displayed for easy reference.
  80. ;     - Persistant notes can now be "Finished" by shift+double click on the
  81. ;
  82. ;
  83. ;  Version 1.41 - 19th September 1994
  84. ;     - The relative week number couldn't be amended.
  85. ;       Now fixed.
  86. ;     - Messages with commands can now disable the window
  87. ;       which opens with the message.
  88. ;     - Save always on exit option added to preferences.
  89. ;
  90. ;
  91. ;  Version 1.5B - 21st March 1995
  92. ;     - BETA release
  93. ;     - Remind's screen now pops to front when hot key is pressed.
  94. ;     - Add/Amend window changed to a more compact version.
  95. ;     - Prefs window changed to a more compact version.
  96. ;     - Weekly/Monthly/Yearly View feature added.
  97. ;     - Email address changed to rambridg@encore.com!
  98. ;
  99. ;
  100. ;  Version 1.5 - 17th May 1995
  101. ;     - Fixed problem of adding messages after midnight.
  102. ;     - The view list gadgets were not initialised correctly.
  103. ;     - Selecting view list dates from=to caused a program crash
  104. ;     - In view creation notes that occur on the "to" day could cause a crash.
  105. ;
  106. ;
  107. ;  Version 1.51 - 22nd June 1995
  108. ;     - Added Annual Relative feature
  109. ;     - Added menus to new/amend window
  110. ;     - The sliders now update the values in real time.
  111. ;
  112. ;
  113. ;  Version 1.52 - 30th August 1995
  114. ;     - If todays messages were displayed and then remind was quit the
  115. ;       messages would on the next day complain that they were missed.
  116. ;     - Prenote messages kept being flagged as missed until the actual note
  117. ;       was shown.
  118. ;     - Expired messages now have a copy added to the previous window.
  119. ;     - After midnight Todays messages are shown if any. (Untested!)
  120. ;     - Added print to file option in preferences for view list
  121. ;     - View list printing now includes times.
  122. ;
  123. ;
  124.